Map View
Fatal Encounters
ca_only_tidy = transpose(fe_data).map(p => ({
// name: p.Name,
date: new Date(p[' Date of injury resulting in death (month/day/year)']).getFullYear(),
count: 1,
race: p['Race with imputations'],
lea: p['Agency or agencies involved']}))